home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / wb / DosMan121.lha / man / Avail < prev    next >
Text File  |  1995-05-19  |  2KB  |  58 lines

  1.  
  2.  
  3.  
  4.            Avail(V1.3, 2.x,3.x in C:)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Avail - Report memory statistics.
  10.  
  11.      SYNOPSIS
  12.           1.3
  13.           Avail [CHIP] [FAST] [TOTAL]
  14.  
  15.           2.x/3.x    
  16.           Avail [CHIP] [FAST] [TOTAL] [FLUSH]
  17.  
  18.      DESCRIPTION
  19.             Avail reports on the amount of memory available in 
  20.         the system, its type, how much of each type is in use and 
  21.         is free, and the largest single block of memory of each 
  22.         type (also known as contiguous memory).
  23.           
  24.             This command is useful with shell scripts to 
  25.         determine if there is enough memory available to load a 
  26.         program, file or graphic before you actually perform the 
  27.         load.
  28.  
  29.      OPTIONS
  30.           CHIP 
  31.             Reports the total amount of free chip memory
  32.  
  33.           FAST 
  34.             Reports the total amount of free fast memory
  35.  
  36.           TOTAL
  37.             Reports the total of all free memory, both fast and 
  38.         chip.
  39.  
  40.           FLUSH
  41.             2.x/3.x Only: This option will force all unused 
  42.         devices, libraries and other resources out of the system, 
  43.         which gives the most accurate report of available memory.  
  44.         This will free you as much memory as possible by killing 
  45.         all information in your memory not being used by any 
  46.         program. This is useful to kill off all the residue of 
  47.         processes that exited but did not give you all your 
  48.         memory back.
  49.  
  50.      EXAMPLES
  51.          1. To get all available system ram:
  52.  
  53.             Avail
  54.  
  55.          2. Show only Fast Memory
  56.  
  57.             Avail Fast
  58.